XPathResultType

Represents the XPath result types.

Entries

Link copied to clipboard

The result type is not set.

Link copied to clipboard

The result contains a single number.

Link copied to clipboard

The result contains a single string.

Link copied to clipboard

The result contains a single boolean value.

Link copied to clipboard

The result represents a set of all nodes matching the XPath expression.

Link copied to clipboard

The result represents a set of all nodes matching the XPath expression.

Link copied to clipboard

The result represents the snapshots of all nodes matching the XPath expression.

Link copied to clipboard

The result represents the snapshots of all nodes matching the XPath expression.

Link copied to clipboard

The result represents a single node matching the XPath expression.

Link copied to clipboard

The result represents the first node in the document matching the XPath expression.

Functions

Link copied to clipboard
open fun valueOf(name: String): XPathResultType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.